projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfb775
)
(NTGUI): New macro.
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:57:05 +0000
(07:57 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:57:05 +0000
(07:57 +0000)
[NTGUI] (CFLAGS): Define HAVE_NTGUI.
nt/makefile.def
patch
|
blob
|
history
diff --git
a/nt/makefile.def
b/nt/makefile.def
index 39717c24cdb9b3a06dd76b3d2d7cd4503e59838b..9d18d00b271c7b3007ea246719c711191ba8e311 100644
(file)
--- a/
nt/makefile.def
+++ b/
nt/makefile.def
@@
-21,6
+21,10
@@
# BEGIN CONFIGURATION
#
+# Define the following to build the GUI version
+#
+NTGUI=1
+
# Set INSTALL_DIR to be the directory into which you want emacs installed.
#
!ifndef INSTALL_DIR
@@
-131,6
+135,9
@@
CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl
!else
CFLAGS = $(CFLAGS_COMMON)
!endif
+!ifdef NTGUI
+CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1
+!endif
OBJDIR = obj
$(OBJDIR):; -mkdir $(OBJDIR)